func golang.org/x/net/http2.isBadCipher
2 uses
golang.org/x/net/http2 (current package)
ciphers.go#L359: func isBadCipher(cipher uint16) bool {
server.go#L494: if !s.PermitProhibitedCipherSuites && isBadCipher(sc.tlsState.CipherSuite) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)